home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Productivity / MacJournal 4.0.4.dmg / MacJournal.app / Contents / Resources / Korean.lproj / Registration.nib / classes.nib next >
Text File  |  2006-06-27  |  1KB  |  34 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {buyNow = id; cancel = id; ok = id; }; 
  6.             CLASS = MJRegistrationController; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {
  9.                 buyNowButton = NSButton; 
  10.                 cancelButton = NSButton; 
  11.                 nameTextField = NSTextField; 
  12.                 okButton = NSButton; 
  13.                 organizationTextField = NSTextField; 
  14.                 serialNumberTextField = NSTextField; 
  15.                 warningTextField = NSTextField; 
  16.             }; 
  17.             SUPERCLASS = MJSheetController; 
  18.         }, 
  19.         {
  20.             ACTIONS = {endSheet = id; }; 
  21.             CLASS = MJSheetController; 
  22.             LANGUAGE = ObjC; 
  23.             OUTLETS = {headingTextField = NSTextField; modalDelegate = id; }; 
  24.             SUPERCLASS = MJWindowController; 
  25.         }, 
  26.         {
  27.             ACTIONS = {endSheet = id; }; 
  28.             CLASS = MJWindowController; 
  29.             LANGUAGE = ObjC; 
  30.             SUPERCLASS = NSWindowController; 
  31.         }
  32.     ); 
  33.     IBVersion = 1; 
  34. }